home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 7777 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  551 b 

  1. Path: btree.is.brooktree.com!usenet
  2. From: sasha@brooktree.com (Alex Bakaev)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Bizzare C++ bug...PLEASE CHECK IT OUT
  5. Date: Sun, 18 Feb 1996 21:45:48 GMT
  6. Organization: Brooktree Corporation
  7. Message-ID: <4g86ha$fq9@btree.brooktree.com>
  8. References: <4fsns9$8ga3@flute.aix.calpoly.edu> <4g56r1$ep5@druid.borland.com>
  9. NNTP-Posting-Host: komissar.is.brooktree.com
  10.  
  11. pete@borland.com (Pete Becker) wrote:
  12. [deleted]
  13.  
  14. >B::B()
  15. >{
  16. >    f();    // calls A::f, despite existence of C::f
  17. >}
  18.  
  19. You meant C:C()
  20. {
  21.    f();
  22. }
  23.  
  24. didn't you ?
  25.  
  26.  
  27.